Package | Description |
---|---|
unipi.bpm.elm.santeramo.controller | |
unipi.bpm.elm.santeramo.view |
Modifier and Type | Method and Description |
---|---|
private void |
EventLogManagerController.generateEventLogFootprint(boolean showMatrix,
EventLogEditor editor,
FootprintFilter... filter)
This method analyses the XES log contained inside the selected
EventLogEditor (or the passed one as parameter),
using the EventLogEditor filter (or the one passed as parameter), creating at the end of the process a HTML report
with a footprint matrix in it representing the casual dependencies between event traces. |
boolean |
AnalysisManager.generateEventLogFootprint(boolean printMatrix,
EventLogEditor editor,
FootprintFilter... filter)
This method analyses the XES log contained inside the selected
EventLogEditor (or the passed one as parameter),
using the EventLogEditor filter (or the one passed as parameter), creating at the end of the process a HTML report
with a footprint matrix in it representing the casual dependencies between event traces. |
Modifier and Type | Field and Description |
---|---|
(package private) FootprintFilter |
FilterPanel.footprintFilter
The
FootprintFilter associated with the eventLogEditor
that contains all the information for creating this panel. |
private FootprintFilter |
EventLogEditor.footprintFilter
Defines the filter to use when generating the footprint matrix for this editor content.
|
Modifier and Type | Method and Description |
---|---|
FootprintFilter |
EventLogEditor.getFootprintFilter()
This method returns the
FootprintFilter footprintFilter to use when generating the footprint matrix of this editor content. |